Do not autoload defcustoms in hippie-exp.el
authorGlenn Morris <rgm@gnu.org>
Sat, 29 Sep 2012 18:15:57 +0000 (11:15 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 29 Sep 2012 18:15:57 +0000 (11:15 -0700)
commit5e3f730b530f6429dd34cd49a598ebe85c213b2b
tree9b7bb3c7bd088a4d58c55770f688fccf9884b58e
parent664ea7f0ee04e2416727d44604230d1ab2f4f9db
Do not autoload defcustoms in hippie-exp.el

* lisp/hippie-exp.el (hippie-expand-try-functions-list)
(hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
(hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
(hippie-expand-max-buffers, hippie-expand-ignore-buffers)
(hippie-expand-only-buffers): Do not autoload defcustoms.
* lisp/progmodes/vhdl-mode.el (vhdl-line-expand):
Explicitly load hippie-exp, so it does not get autoloaded
while hippie-expand-try-functions-list is let-bound.
lisp/ChangeLog
lisp/hippie-exp.el
lisp/progmodes/vhdl-mode.el